.user-select {
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
}
.text-dot {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tsformcommon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tsformY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tsformX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 0;
}
.banner .swiper-container .swiper-slide {
  overflow: hidden;
}
.banner .swiper-container .slide-inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .swiper-container .slide-inner img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
}
.banner .swiper-container .swiper-pagination {
  bottom: 25px;
}
.banner .swiper-container .swiper-pagination span {
  margin: 0 8px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
  background-color: #fff;
}
main .more-btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 48px;
  border: 1px solid #999999;
  font-size: 15px;
  color: #666666;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
main .more-btn:hover {
  border-color: var(--color);
  color: #fff;
}
main .more-btn:hover::before {
  transform: translateX(0);
}
main .more-btn:hover::after {
  color: #fff;
}
main .more-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
main .more-btn::after {
  font-family: "iconfont" !important;
  font-size: 22px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e72f';
  color: #666666;
  line-height: 0.5;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.index-product {
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
}
.index-product .p-menu {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.index-product .p-menu ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 4px;
  background-color: #fff;
}
.index-product .p-menu ul li {
  margin: 4px 0;
}
.index-product .p-menu ul a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  min-width: 285px;
  padding: 0 10px;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  line-height: 3;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-product .p-menu ul a:hover {
  color: #fff;
}
.index-product .p-menu ul a:hover::before {
  transform: translateX(0);
}
.index-product .p-menu ul a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.index-product .p-menu ul .active a {
  color: #fff;
}
.index-product .p-menu ul .active a::before {
  transform: translateX(0);
}
.index-product .p-slick {
  position: relative;
}
.index-product .p-slick:hover .slick-arrow {
  opacity: 1;
}
.index-product .p-slick .slick-list {
  margin: 0 -9px;
}
.index-product .p-slick .slick-list .slick-slide {
  padding: 0 9px;
}
.index-product .p-slick .slick-arrow {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(-100%, -50%);
  z-index: 5;
  width: 30px;
  height: 45px;
  font-size: 0;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-product .p-slick .slick-arrow:hover {
  background-color: var(--color);
}
.index-product .p-slick .slick-arrow:hover::before {
  color: #fff;
}
.index-product .p-slick .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb63';
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-product .p-slick .slick-next {
  left: auto;
  right: -30px;
  transform: translate(100%, -50%);
}
.index-product .p-slick .slick-next::before {
  content: '\e62a';
}
.index-product .p-slick .inner {
  display: block;
}
.index-product .p-slick .inner:hover img {
  transform: scale(1.05);
}
.index-product .p-slick .inner:hover h6 {
  color: #fff;
}
.index-product .p-slick .inner:hover h6::before {
  width: 100%;
}
.index-product .p-slick .inner .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-product .p-slick .inner h6 {
  position: relative;
  z-index: 1;
  margin: 5px 0 0;
  font-size: 15px;
  line-height: 3.2;
  color: #222222;
  text-align: center;
  background-color: #f5f5f5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-product .p-slick .inner h6::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: var(--color);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.index-product .more-btn {
  margin: 40px auto 0;
}
.index-about {
  overflow: hidden;
  background: url(../images/img/index_about_bgg.jpg) no-repeat center top;
  background-size: 100% auto;
}
.index-about .num {
  padding: 75px 0;
}
.index-about .num ul {
  display: flex;
}
.index-about .num ul li {
  text-align: center;
}
.index-about .num ul li:nth-child(odd) {
  width: 25.21367521%;
}
.index-about .num ul li:nth-child(even) {
  width: 24.78632479%;
}
.index-about .num ul h6 {
  margin: 0;
  font-size: 60px;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--fontImpact);
}
.index-about .num ul p {
  padding-top: 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
}
.index-about .info {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.index-about .info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 106.83760684%;
  height: 60%;
  background-color: #fff;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
}
.index-about .info .txt {
  text-align: center;
  font-size: 15px;
  line-height: 1.86666667;
  color: #666666;
}
.index-about .info .more-btn {
  margin: 75px auto 0;
}
.index-company-strength {
  background: no-repeat center fixed;
  background-size: cover;
  overflow: hidden;
}
.index-company-strength .common-title {
  padding-bottom: 40px;
}
.index-company-strength ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.index-company-strength ul li {
  width: 33.3333333%;
  padding: 15px;
}
.index-company-strength ul .item {
  display: block;
  min-height: 100%;
  padding: 55px 30px;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-company-strength ul .item:hover {
  transform: translateY(-10px);
}
.index-company-strength ul .item:hover .iconfont {
  animation: iconSway 0.8s 0s linear;
  -webkit-animation: iconSway 0.8s 0s linear;
}
.index-company-strength ul .item .iconfont {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 70px;
}
.index-company-strength ul .item .iconfont::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color);
  font-size: 55px;
}
.index-company-strength ul .item h6 {
  position: relative;
  margin: 0;
  padding: 22px 0;
  font-size: 20px;
  line-height: 1.5;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
}
.index-company-strength ul .item h6::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: var(--color);
}
.index-company-strength ul .item .txt {
  padding-top: 15px;
  font-size: 15px;
  line-height: 1.86666667;
  color: #666666;
}
.index-new {
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.index-new .content {
  overflow: hidden;
  display: flex;
}
.index-new .content .left-main,
.index-new .content .right-list {
  width: 50%;
}
.index-new .content .info {
  display: flex;
  align-items: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-new .content .info .date {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 120px;
}
.index-new .content .info .date strong,
.index-new .content .info .date span {
  display: block;
}
.index-new .content .info .date strong {
  font-size: 30px;
  line-height: 1;
  color: #222222;
  font-weight: 700;
}
.index-new .content .info .date span {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
.index-new .content .info .intro {
  width: 100%;
}
.index-new .content .info .intro h6 {
  margin: 0;
  font-size: 18px;
  line-height: 1.77777778;
  color: #222222;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-new .content .info .intro .txt {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.86666667;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-new .content .left-main .item {
  position: relative;
  display: block;
  height: 440px;
}
.index-new .content .left-main .item:hover .img-box img {
  transform: scale(1.05);
}
.index-new .content .left-main .item .img-box {
  padding-bottom: 75.21367521%;
}
.index-new .content .left-main .item .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-new .content .left-main .item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(34, 34, 34, 0.8);
}
.index-new .content .left-main .item .info .date strong {
  color: #fff;
}
.index-new .content .left-main .item .info .date span {
  color: #fff;
}
.index-new .content .left-main .item .info .intro h6 {
  color: #fff;
}
.index-new .content .left-main .item .info .intro .txt {
  color: #fff;
}
.index-new .content .right-list li {
  border-bottom: 1px solid #e6e6e6;
}
.index-new .content .right-list li:last-child {
  border-bottom: none;
}
.index-new .content .right-list li .info {
  position: relative;
  z-index: 1;
  height: 110px;
  background-color: #fff;
}
.index-new .content .right-list li .info:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.index-new .content .right-list li .info:hover .date strong {
  color: #fff;
}
.index-new .content .right-list li .info:hover .date span {
  color: #fff;
}
.index-new .content .right-list li .info:hover .intro h6 {
  color: #fff;
}
.index-new .content .right-list li .info:hover .intro .txt {
  color: #fff;
}
.index-new .content .right-list li .info::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(3%);
  z-index: -1;
  width: 103.41880342%;
  height: 100%;
  background-color: var(--color);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.about-page {
  overflow: hidden;
}
.about-page .info .title {
  padding-bottom: 55px;
  text-align: center;
}
.about-page .info .title h6 {
  margin: 0;
  font-size: 30px;
  line-height: 1.16666667;
  color: var(--color);
  font-weight: 300;
  text-transform: uppercase;
}
.about-page .info .title h2 {
  margin: 3px 0 0;
  font-size: 32px;
  line-height: 1.40625;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
}
.about-page .info .content {
  overflow: hidden;
}
.about-page .info .content .pic {
  float: right;
  width: 470px;
  margin-left: 55px;
}
.about-page .info .content .pic .img-box {
  padding-bottom: 122.34042553%;
}
.about-page .info .content .intro {
  padding-top: 40px;
}
.about-page .info .content .intro > h3 {
  position: relative;
  padding-bottom: 25px;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  max-width: 640px;
  font-size: 24px;
  line-height: 1.45833333;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
}
.about-page .info .content .intro > h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 65px;
  height: 1px;
  background-color: var(--color);
}
.about-page .info .content .intro .txt {
  padding-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: #666666;
}
.about-page .strength {
  overflow: hidden;
  background: no-repeat center top;
  background-size: 100% auto;
}
.about-page .strength .slogan {
  padding: 60px 40px;
  margin: 0;
  font-size: 24px;
  line-height: 2;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
}
.about-page .strength ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.about-page .strength ul li {
  width: 33.3333333%;
  padding: 15px;
}
.about-page .strength ul .item {
  display: block;
  min-height: 100%;
  padding: 55px 30px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.about-page .strength ul .item:hover {
  transform: translateY(-10px);
}
.about-page .strength ul .item:hover .iconfont {
  animation: iconSway 0.8s 0s linear;
  -webkit-animation: iconSway 0.8s 0s linear;
}
.about-page .strength ul .item .iconfont {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
}
.about-page .strength ul .item .iconfont::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color);
  font-size: 55px;
}
.about-page .strength ul .item h6 {
  position: relative;
  margin: 0;
  padding: 22px 0;
  font-size: 20px;
  line-height: 1.5;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
}
.about-page .strength ul .item h6::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--color);
}
.about-page .strength ul .item .txt {
  padding-top: 15px;
  font-size: 15px;
  line-height: 1.86666667;
  color: #666666;
}
.product-container {
  position: relative;
  z-index: 2;
}
.product-container .p-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  transform: translateY(-100%);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.product-container .p-nav .p-nav1 {
  display: flex;
}
.product-container .p-nav .p-nav1 > li {
  flex: 1;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-container .p-nav .p-nav1 > li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.product-container .p-nav .p-nav1 > li:hover {
  border-color: var(--color);
}
.product-container .p-nav .p-nav1 > li:hover > a {
  background-color: var(--color);
}
.product-container .p-nav .p-nav1 > li > a {
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 3.4375;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-container .p-nav .p-nav1 > .active {
  border-color: var(--color);
}
.product-container .p-nav .p-nav1 > .active > a {
  background-color: var(--color);
}
.product-container .p-nav .p-nav2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  min-width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product-container .p-nav .p-nav2 > li {
  padding: 5px 30px;
}
.product-container .p-nav .p-nav2 > li:hover > a {
  color: var(--color);
  text-decoration: underline;
}
.product-container .p-nav .p-nav2 > li > a {
  display: block;
  font-size: 15px;
  line-height: 2;
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.product-container .p-nav .p-nav2 > .active > a {
  color: var(--color);
  text-decoration: underline;
}
.product-container .content {
  background-color: #f5f5f5;
}
.product-container .p-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 10px;
}
.product-container .p-list li {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 15px;
}
.product-container .p-list .item {
  overflow: hidden;
  position: relative;
  display: block;
  background-color: #fff;
}
.product-container .p-list .item:hover::before {
  opacity: 1;
}
.product-container .p-list .item:hover .inner img {
  transform: scale(1.05);
}
.product-container .p-list .item:hover .cover {
  transform: translateY(0);
}
.product-container .p-list .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.2);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-container .p-list .item h6 {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  font-weight: 700;
}
.product-container .p-list .item .inner img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-container .p-list .item .inner h6 {
  margin: 16px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-container .p-list .item .cover {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 5;
  width: 100%;
  padding: 20px;
  background-color: var(--color);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-container .p-list .item .cover h6 {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-container .p-list .item .cover h6:hover {
  text-decoration: underline;
}
.product-container .p-list .item .cover span {
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
}
.product-container .p-list .item .cover span:hover {
  text-decoration: underline;
}
.product-container .p-list .item .cover span::after {
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62a';
  color: #fff;
}
.product-container .notfound-bar {
  padding-bottom: 20px;
}
.product-container .notfound-bar h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  color: var(--color);
  font-weight: 700;
  text-transform: uppercase;
}
.product-container .notfound-bar .txt {
  padding-top: 15px;
  font-size: 18px;
  line-height: 1.33333333;
  color: #757575;
}
.product-container .notfound-bar .tip {
  position: relative;
  margin-top: 20px;
  padding: 15px 20px;
  padding-left: 35px;
  font-size: 18px;
  line-height: 1.33333333;
  color: #fff;
  background-color: var(--color);
}
.product-container .notfound-bar .tip::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64c';
  color: #fff;
}
.product-container .pagination-container a,
.product-container .pagination-container span {
  background-color: #fff;
}
.product-details-page .p-info .left-pic {
  float: left;
  width: 470px;
}
.product-details-page .p-info .right-intro {
  float: right;
  width: 650px;
}
.product-details-page .p-info .right-intro .pname {
  padding: 15px 0 25px;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 30px;
  line-height: 1.5;
  color: #222222;
  font-weight: 700;
}
.product-details-page .p-info .right-intro .txt {
  padding-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: #666666;
}
.product-details-page .p-info .right-intro .slider-nav {
  position: relative;
  margin-top: 40px;
  padding: 0 50px;
  width: 430px;
}
.product-details-page .p-info .right-intro .slider-nav .slick-list {
  margin: 0 -8px;
}
.product-details-page .p-info .right-intro .slider-nav .slick-list .slick-slide {
  padding: 0 8px;
  font-size: 0;
}
.product-details-page .p-info .right-intro .slider-nav .slick-list .slick-current .item::before {
  border-color: var(--color);
}
.product-details-page .p-info .right-intro .slider-nav .slick-arrow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 30px;
  height: 100%;
  font-size: 0;
  background-color: #fff;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.product-details-page .p-info .right-intro .slider-nav .slick-arrow:hover {
  background-color: var(--color);
}
.product-details-page .p-info .right-intro .slider-nav .slick-arrow:hover::before {
  color: #fff;
}
.product-details-page .p-info .right-intro .slider-nav .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb63';
  color: #666666;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.product-details-page .p-info .right-intro .slider-nav .slick-next {
  left: auto;
  right: 0;
}
.product-details-page .p-info .right-intro .slider-nav .slick-next::before {
  content: '\e62a';
}
.product-details-page .p-info .right-intro .slider-nav .item {
  position: relative;
  display: block;
}
.product-details-page .p-info .right-intro .slider-nav .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.product-details-page .p-info .right-intro .btns {
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
}
.product-details-page .p-info .right-intro .btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 48px;
  font-size: 15px;
  color: #666666;
  background-color: #fff;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.product-details-page .p-info .right-intro .btns a:hover {
  background-color: var(--color);
  color: #fff;
}
.product-details-page .p-info .right-intro .btns a:hover::before,
.product-details-page .p-info .right-intro .btns a:hover::after {
  color: #fff;
}
.product-details-page .p-info .right-intro .btns a::before,
.product-details-page .p-info .right-intro .btns a::after {
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  line-height: 1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.product-details-page .p-info .right-intro .btns .prev::before {
  margin-right: 5px;
  content: '\eb63';
}
.product-details-page .p-info .right-intro .btns .next::after {
  margin-left: 5px;
  content: '\e62a';
}
.product-details-page .p-description {
  padding-top: 50px;
}
.product-details-page .p-description .tab-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5.5px;
  width: 100%;
}
.product-details-page .p-description .tab-menu ul li {
  padding: 5.5px;
  width: 16.66666667%;
}
.product-details-page .p-description .tab-menu ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #666666;
  background-color: #e6e6e6;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.product-details-page .p-description .tab-menu ul a:hover {
  color: #fff;
  font-weight: 700;
  background-color: var(--color);
}
.product-details-page .p-description .tab-menu ul .active a {
  color: #fff;
  font-weight: 700;
  background-color: var(--color);
}
.product-details-page .p-description .tab-list section {
  display: none;
  padding: 30px 25px;
  font-size: 16px;
  line-height: 2;
  color: #666666;
  background-color: #fff;
}
.product-details-page .p-description .tab-list section img {
  max-width: 100%;
  height: auto;
}
.product-details-page .p-description .tab-list section .table-box table tr,
.product-details-page .p-description .tab-list section .table-box table th,
.product-details-page .p-description .tab-list section .table-box table td {
  border-color: #666666 !important;
  color: #666666;
  background-color: transparent;
}
.product-details-page .p-description .tab-list .active {
  display: block;
}
.product-details-page .p-recommend h2 {
  padding: 40px 0 15px;
  margin: 0;
  font-size: 30px;
  line-height: 1.5;
  color: #222222;
}
.product-details-page .p-recommend .recommend-slick {
  position: relative;
}
.product-details-page .p-recommend .recommend-slick:hover .slick-arrow {
  opacity: 1;
}
.product-details-page .p-recommend .recommend-slick .slick-list {
  margin: 0 -15px;
}
.product-details-page .p-recommend .recommend-slick .slick-list .slick-slide {
  padding: 0 15px;
  font-size: 0;
}
.product-details-page .p-recommend .recommend-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 5;
  width: 30px;
  height: 45px;
  font-size: 0;
  background-color: #e6e6e6;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.product-details-page .p-recommend .recommend-slick .slick-arrow:hover {
  background-color: var(--color);
}
.product-details-page .p-recommend .recommend-slick .slick-arrow:hover::before {
  color: #fff;
}
.product-details-page .p-recommend .recommend-slick .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb63';
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.product-details-page .p-recommend .recommend-slick .slick-next {
  left: auto;
  right: 0;
}
.product-details-page .p-recommend .recommend-slick .slick-next::before {
  content: '\e62a';
}
.product-details-page .p-recommend .recommend-slick .item {
  overflow: hidden;
  position: relative;
  display: block;
  background-color: #fff;
}
.product-details-page .p-recommend .recommend-slick .item:hover::before {
  opacity: 1;
}
.product-details-page .p-recommend .recommend-slick .item:hover .inner img {
  transform: scale(1.05);
}
.product-details-page .p-recommend .recommend-slick .item:hover .cover {
  transform: translateY(0);
}
.product-details-page .p-recommend .recommend-slick .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.2);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-details-page .p-recommend .recommend-slick .item h6 {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  font-weight: 700;
}
.product-details-page .p-recommend .recommend-slick .item .inner img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-details-page .p-recommend .recommend-slick .item .inner h6 {
  margin: 16px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-details-page .p-recommend .recommend-slick .item .cover {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 5;
  width: 100%;
  padding: 20px;
  background-color: var(--color);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-details-page .p-recommend .recommend-slick .item .cover h6 {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-details-page .p-recommend .recommend-slick .item .cover h6:hover {
  text-decoration: underline;
}
.product-details-page .p-recommend .recommend-slick .item .cover span {
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
}
.product-details-page .p-recommend .recommend-slick .item .cover span:hover {
  text-decoration: underline;
}
.product-details-page .p-recommend .recommend-slick .item .cover span::after {
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62a';
  color: #fff;
}
.case-page {
  overflow: hidden;
}
.case-page .case-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 10px;
}
.case-page .case-list li {
  width: 33.33333%;
  margin-bottom: 30px;
  padding: 0 15px;
}
.case-page .case-list .item {
  position: relative;
  display: block;
}
.case-page .case-list .item:hover::before,
.case-page .case-list .item:hover::after {
  opacity: 1;
}
.case-page .case-list .item:hover::before {
  top: 12px;
  left: 12px;
}
.case-page .case-list .item:hover::after {
  top: 12px;
  right: 12px;
}
.case-page .case-list .item:hover .img-box::before {
  opacity: 1;
}
.case-page .case-list .item:hover .img-box img {
  transform: scale(1.05);
}
.case-page .case-list .item:hover h6::before,
.case-page .case-list .item:hover h6::after {
  opacity: 1;
}
.case-page .case-list .item:hover h6::before {
  bottom: 12px;
  left: 12px;
}
.case-page .case-list .item:hover h6::after {
  bottom: 12px;
  right: 12px;
}
.case-page .case-list .item:hover h6 span {
  transform: translate(-50%, -50%) scale(1);
}
.case-page .case-list .item::before,
.case-page .case-list .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 30px;
  height: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.case-page .case-list .item::after {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}
.case-page .case-list .item .img-box {
  padding-bottom: 67.56756757%;
}
.case-page .case-list .item .img-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.8);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.case-page .case-list .item .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case-page .case-list .item h6 {
  margin: 0;
}
.case-page .case-list .item h6::before,
.case-page .case-list .item h6::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 30px;
  height: 20px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.case-page .case-list .item h6::after {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}
.case-page .case-list .item h6 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 10;
  width: calc(100% - 20px);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.sales-page {
  overflow: hidden;
}
.sales-page .pic {
  display: block;
}
.sales-page .pic .img-box {
  padding-bottom: 73.5042735%;
}
.new-page {
  overflow: hidden;
}
.new-page .new-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 10px;
}
.new-page .new-list li {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 15px;
}
.new-page .new-list .item {
  display: block;
}
.new-page .new-list .item:hover .pic img {
  transform: scale(1.05);
}
.new-page .new-list .item:hover .intro {
  transform: translateY(-20px);
  background-color: var(--color);
}
.new-page .new-list .item:hover .intro .date {
  color: #fff;
}
.new-page .new-list .item:hover .intro h6 {
  color: #fff;
}
.new-page .new-list .item:hover .intro .txt {
  color: #fff;
}
.new-page .new-list .item:hover .intro .more-btn {
  color: #fff;
}
.new-page .new-list .item:hover .intro .more-btn::after {
  color: #fff;
}
.new-page .new-list .item .pic {
  display: block;
}
.new-page .new-list .item .pic .img-box {
  padding-bottom: 75.21367521%;
}
.new-page .new-list .item .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.new-page .new-list .item .intro {
  position: relative;
  z-index: 5;
  display: block;
  margin: -90px auto 0;
  padding: 23px 35px;
  height: 255px;
  width: calc(100% - 48px);
  background-color: #f6f6f6;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.new-page .new-list .item .intro .date {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  text-transform: uppercase;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.new-page .new-list .item .intro > h6 {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.33333333;
  color: #222222;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.new-page .new-list .item .intro .txt {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.86666667;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.new-page .new-list .item .intro .more-btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.new-page .new-list .item .intro .more-btn::after {
  margin-left: 5px;
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0.5;
  content: '\e62a';
  color: #666666;
}
.page-details {
  overflow: hidden;
  background-color: #f9f9f9;
}
.page-details .page-details-title {
  padding-bottom: 25px;
}
.page-details .page-details-title h1 {
  margin: 0;
}
.page-details .page-details-title .date {
  margin-top: 13px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--color);
}
.page-details .page-details-title .date::before {
  font-family: "iconfont" !important;
  font-size: 21px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
  content: '\e675';
}
.page-details .page-details-content {
  padding: 30px 0 60px;
  border-top: 1px solid #c6ccca;
}
.page-details .page-details-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-details .page-details-link .link-left {
  width: calc(100% - 180px);
}
.page-details .page-details-link .link-right {
  flex-shrink: 0;
  width: 180px;
  text-align: right;
}
.page-details .page-details-link .link-right a {
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  font-weight: 700;
  text-decoration: underline;
}
.page-details .page-details-link .link-right a:hover {
  color: var(--color);
  text-decoration: underline;
}
.page-details .page-details-link p {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  font-weight: 700;
}
.page-details .page-details-link p a:hover {
  color: var(--color);
  text-decoration: underline;
}
.page-details .page-details-link p:nth-child(2) {
  margin-top: 10px;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.information-page {
  overflow: hidden;
}
.information-page .info-list {
  padding-bottom: 40px;
}
.information-page .info-list li {
  border-top: 1px solid #e6e6e6;
}
.information-page .info-list li:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.information-page .info-list li .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}
.information-page .info-list li .item:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.information-page .info-list li .item:hover h6 {
  color: var(--color);
}
.information-page .info-list li .item:hover h6::before {
  border-left-color: var(--color);
}
.information-page .info-list li .item:hover span {
  color: var(--color);
}
.information-page .info-list li .item h6 {
  position: relative;
  display: block;
  width: calc(100% - 100px);
  margin: 0;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  font-weight: 700;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.information-page .info-list li .item h6::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #999999;
  border-width: 6px 0 6px 8px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.information-page .info-list li .item span {
  flex-shrink: 0;
  width: 85px;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.information-page .info-list li .item span::after {
  margin-left: 5px;
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0.5;
  content: '\e62a';
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.contact-page {
  overflow: hidden;
  background-color: #f5f5f5;
}
.contact-page .info-wrap {
  display: flex;
}
.contact-page .info-wrap .left-infos,
.contact-page .info-wrap .right-message {
  width: 50%;
  padding: 80px 55px;
  background-color: #ffffff;
}
.contact-page .info-wrap .left-infos h2,
.contact-page .info-wrap .right-message h2 {
  position: relative;
  padding-bottom: 25px;
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-page .info-wrap .left-infos h2::before,
.contact-page .info-wrap .right-message h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--color);
}
.contact-page .info-wrap .left-infos {
  background-color: var(--color);
}
.contact-page .info-wrap .left-infos h2 {
  color: #fff;
}
.contact-page .info-wrap .left-infos h2::before {
  background-color: #fff;
}
.contact-page .info-wrap .left-infos ul {
  padding-top: 40px;
}
.contact-page .info-wrap .left-infos ul li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 22px;
}
.contact-page .info-wrap .left-infos ul li:last-child {
  margin-bottom: 0;
}
.contact-page .info-wrap .left-infos ul .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #1a59a6;
}
.contact-page .info-wrap .left-infos ul .iconfont::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
}
.contact-page .info-wrap .left-infos ul h6 {
  margin: 0;
  font-size: 18px;
  line-height: 1.33333333;
  color: #ffffff;
  font-weight: 700;
}
.contact-page .info-wrap .left-infos ul p {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #cdd8e5;
}
.contact-page .info-wrap .left-infos ul p a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.contact-page .info-wrap .left-infos ul p a:hover {
  color: #fff;
  text-decoration: underline;
}
.contact-page .info-wrap .right-message form {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
  margin: 0 -8px;
}
.contact-page .info-wrap .right-message form fieldset {
  display: block;
  width: 100%;
  padding: 0 8px;
  margin: 0;
  margin-bottom: 16px;
  border: none;
}
.contact-page .info-wrap .right-message form fieldset:nth-child(-n+2) {
  width: 50%;
}
.contact-page .info-wrap .right-message form fieldset:nth-last-child(1) {
  margin-bottom: 0;
}
.contact-page .info-wrap .right-message form fieldset:nth-last-child(2) {
  margin-bottom: 24px;
}
.contact-page .info-wrap .right-message form input,
.contact-page .info-wrap .right-message form textarea {
  display: block;
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  background-color: #f5f5f5;
}
.contact-page .info-wrap .right-message form input::-webkit-input-placeholder,
.contact-page .info-wrap .right-message form textarea::-webkit-input-placeholder {
  color: #666666;
}
.contact-page .info-wrap .right-message form input:-o-placeholder,
.contact-page .info-wrap .right-message form textarea:-o-placeholder {
  color: #666666;
}
.contact-page .info-wrap .right-message form input::-moz-placeholder,
.contact-page .info-wrap .right-message form textarea::-moz-placeholder {
  color: #666666;
}
.contact-page .info-wrap .right-message form input:-ms-input-placeholder,
.contact-page .info-wrap .right-message form textarea:-ms-input-placeholder {
  color: #666666;
}
.contact-page .info-wrap .right-message form input:focus::-webkit-input-placeholder,
.contact-page .info-wrap .right-message form textarea:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.contact-page .info-wrap .right-message form input:focus::-o-placeholder,
.contact-page .info-wrap .right-message form textarea:focus::-o-placeholder {
  color: #c7c7c7;
}
.contact-page .info-wrap .right-message form input:focus::-moz-placeholder,
.contact-page .info-wrap .right-message form textarea:focus::-moz-placeholder {
  color: #c7c7c7;
}
.contact-page .info-wrap .right-message form input:focus::-ms-input-placeholder,
.contact-page .info-wrap .right-message form textarea:focus::-ms-input-placeholder {
  color: #c7c7c7;
}
.contact-page .info-wrap .right-message form textarea {
  height: 110px;
}
.contact-page .info-wrap .right-message form button {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: var(--color);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.contact-page .info-wrap .right-message form button:hover {
  opacity: 0.75;
}
.contact-page .map {
  height: 400px;
}
.contact-page .map .map-content {
  height: 100%;
}
